home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Audio dcmds / Audio CD dcmds.sit / Audio CD dcmds.π / Think dcmd / dcmd.c < prev    next >
Text File  |  1994-06-09  |  159b  |  8 lines

  1. /* If you want globals, include <SetUpA4.h> here */
  2.  
  3. #include <Think_dcmd.h>
  4.  
  5. pascal void CommandEntry( dcmdBlock* paramPtr )
  6. {
  7.     /* fill in with your code */
  8. }